home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / amivogl-1.03.lzh / vogl / build.bat next >
Encoding:
DOS Batch File  |  1991-06-07  |  274 b   |  14 lines

  1. cd src
  2. make F=%1 makefile.msc
  3. if errorlevel > 0 goto end
  4. if "%2" == "nofonts" goto end
  5. cd ..\hershey\src
  6. make makefile.msc
  7. if errorlevel > 0 goto end
  8. md c:\lib\hershey
  9. command /c mkfnts c:\lib\hershey
  10. cd ..\..\examples
  11. make F=%1 makefile.msc
  12. if errorlevel > 0 goto end
  13. :end
  14.